ServiceGetAppointment Method (String) |
Gets an appointment.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic Appointment GetAppointment(
string itemId
)
Public Function GetAppointment (
itemId As String
) As Appointment
Parameters
- itemId
- Type: SystemString
The ID of the item to return.
Return Value
Type:
AppointmentAppointment.
See Also